FSM function name:
    SuperEstado

Parameters:
    int key

Module header:
    This is the first chid-FSM
    Rolf'2002

Global initialization:
    // #include <conio.h>
    // #include <stdio.h>
    // #include "Dispatcher\SuperEstado\SubEstado.h"
    
    #if defined(FSM_DEBUG)
     #define P(x) printf(" %s:[%s]\n",FSM_STATE_NAME(),x);
    #else
     #define P(x) printf(" %s:[%s]\n","?",x);
    #endif
    
    #define Key(x) key == (x)

Function header:
    This is the medium level of the hierarchy

Global actions (before FSM analysis):
    

Global actions (after FSM analysis):
    

Global final (out of FSM function):
    

Links:    
SubEstado.htm
SubEstadoNoHist.htm